home *** CD-ROM | disk | FTP | other *** search
- #ifndef THISISACLASSWITHLONGNAME_H
- #define THISISACLASSWITHLONGNAME_H
-
- /*
- This file was generated by BCC v2.0
- MUI mode
- */
-
- /* .bcc_header for MUI mode */
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- #ifndef LIBRARIES_MUI_H
- #include <libraries/mui.h>
- #endif
-
-
- typedef struct {
-
-
- ULONG blee;
-
-
-
- } ThisIsAClassWithLongNameData;
-
- /* Method Tags */
- #define MUIM_ThisIsAClassWithLongName_AnotherVeryLongStringUsed 0xb0b90ecd
-
-
- extern struct MUI_CustomClass *cl_ThisIsAClassWithLongName;
- #define ThisIsAClassWithLongNameObject NewObject( cl_ThisIsAClassWithLongName->mcc_Class, NULL
- struct MUI_CustomClass *ThisIsAClassWithLongName_Create( void );
-
-
-
- #endif
-